golang.org/x/tools/internal/gcimporter.importReader.typ (method)

18 uses

	golang.org/x/tools/internal/gcimporter (current package)
		iimport.go#L482: 		typ := r.typ()
		iimport.go#L559: 		constraint := r.typ()
		iimport.go#L574: 		typ := r.typ()
		iimport.go#L588: 	typ = r.typ()
		iimport.go#L762: func (r *importReader) typ() types.Type {
		iimport.go#L794: 		return types.NewPointer(r.typ())
		iimport.go#L796: 		return types.NewSlice(r.typ())
		iimport.go#L799: 		return types.NewArray(r.typ(), int64(n))
		iimport.go#L802: 		return types.NewChan(dir, r.typ())
		iimport.go#L804: 		return types.NewMap(r.typ(), r.typ())
		iimport.go#L817: 			ftyp := r.typ()
		iimport.go#L832: 			embeddeds[i] = r.typ()
		iimport.go#L879: 			targs[i] = r.typ()
		iimport.go#L881: 		baseType := r.typ()
		iimport.go#L894: 			terms[i] = typeparams.NewTerm(r.bool(), r.typ())
		iimport.go#L920: 		xs[i] = r.typ().(*typeparams.TypeParam)
		iimport.go#L936: 	typ := r.typ()